home *** CD-ROM | disk | FTP | other *** search
/ Champak 103 / Vol 103.iso / games / uni_cycl.swf / scripts / frame_18 / PlaceObject2_182_71 / CLIPACTIONRECORD onClipEvent(enterFrame).as < prev    next >
Text File  |  2010-03-13  |  119b  |  8 lines

  1. onClipEvent(enterFrame){
  2.    if(go == true)
  3.    {
  4.       _X = _root._xmouse;
  5.       _Y = _root._ymouse - 50;
  6.    }
  7. }
  8.